home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / infompeg / infompeg.readme < prev   
Text File  |  2004-08-03  |  2KB  |  54 lines

  1. InfoMPEG
  2.  
  3.  This archive contains an OS4 PPC version of the InfoMPEG tool (written
  4.  by Dennis Lee).
  5.  See below for an extract of the authors documentation.
  6.  
  7.  --
  8.  Martin McKenzie
  9.  email:  marty@cadtechnologies.co.uk
  10.  web:    http://www.cadtechnologies.co.uk
  11.  
  12. ***************************************************************************
  13.  
  14. InfoMPEG version 1.0
  15. --------------------
  16.  
  17.     InfoMPEG is a small utility to parse MPEG-1 compatible video streams,
  18. and return information that is easily attainable (virtually no processing
  19. of data beyond start codes).  Even so, hopefully some will find this program
  20. useful.  Since there is very little data processing required for the
  21. program's execution, it runs fairly quickly.
  22.     InfoMPEG was written to provide a quick and convenient way of constructing
  23. charts containing various details on MPEG streams, allowing comparisons to
  24. easily be made.  It can also be used simply to find out the pixel resolution
  25. and types of frames in a stream (can do so almost instantly).
  26.  
  27. InfoMPEG Options
  28. ----------------
  29.  
  30. Usage: InfoMPEG [-123] filename.mpg [filename.mpg ...]
  31.  
  32. Option '-1' should be used when the resolution and types of frames
  33.             in a bitstream are sufficient data.  This option is
  34.             very quick (can be used to scan through directories of
  35.             MPEG files in seconds using the wildcard string '*.MPG')
  36.  
  37. Option '-2' or Option '-3' should be used when '-1' does not return
  38.             enough data.  As with '-1', either option can be used on
  39.             a single MPEG file or with multiple files.  If more than
  40.             one file is specified, a summary chart will be displayed
  41.             at the end of output.
  42.  
  43. Distributing InfoMPEG
  44. ---------------------
  45.  
  46. Permission to use, copy, modify, and distribute this software and its
  47. documentation for any purpose, without fee, and without written agreement
  48. is hereby granted, provided that the following copyright notice appears
  49. in all copies of this software.
  50.  
  51. InfoMPEG Copyright (C) 1993 Dennis Lee
  52.  
  53. ***************************************************************************
  54.